home *** CD-ROM | disk | FTP | other *** search
/ Cool Shareware / Cool Shareware PC-World CD-ROM (Digital Concepts)(PA1099R9)(1999).BIN / apps / share / share_1 / 4 / GM51.exe / RCDATA / TFORM2 / TFORM2.txt < prev   
Text File  |  1998-06-14  |  2KB  |  122 lines

  1. object Form2: TForm2
  2.   Left = 351
  3.   Top = 263
  4.   BorderStyle = bsDialog
  5.   Caption = 'About GM...'
  6.   ClientHeight = 152
  7.   ClientWidth = 245
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 160
  19.     Top = 8
  20.     Width = 80
  21.     Height = 13
  22.     Caption = 'by Albert Yale'
  23.     Font.Charset = ANSI_CHARSET
  24.     Font.Color = clBlack
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 160
  32.     Top = 24
  33.     Width = 79
  34.     Height = 13
  35.     Caption = 'ay@aci.qc.ca'
  36.     Font.Charset = ANSI_CHARSET
  37.     Font.Color = clBlack
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.   end
  43.   object Label3: TLabel
  44.     Left = 8
  45.     Top = 52
  46.     Width = 225
  47.     Height = 13
  48.     Caption = 'Ghost Mail lets you send anonymous messages,'
  49.   end
  50.   object Label4: TLabel
  51.     Left = 8
  52.     Top = 68
  53.     Width = 229
  54.     Height = 13
  55.     Caption = 'with or without a remailer, to any email addresses'
  56.   end
  57.   object Image1: TImage
  58.     Left = 4
  59.     Top = 4
  60.     Width = 149
  61.     Height = 23
  62.     Picture.Data = {<image000.bmp>}
  63.     OnClick = Image1Click
  64.   end
  65.   object Label5: TLabel
  66.     Left = 104
  67.     Top = 32
  68.     Width = 40
  69.     Height = 15
  70.     Caption = 'v.5.1'
  71.     Font.Charset = ANSI_CHARSET
  72.     Font.Color = clBlack
  73.     Font.Height = -12
  74.     Font.Name = 'Fixedsys'
  75.     Font.Style = []
  76.     ParentFont = False
  77.   end
  78.   object Label6: TLabel
  79.     Left = 168
  80.     Top = 84
  81.     Width = 72
  82.     Height = 13
  83.     Caption = 'or newsgroups.'
  84.   end
  85.   object Button1: TButton
  86.     Left = 4
  87.     Top = 92
  88.     Width = 105
  89.     Height = 25
  90.     Hint = 'mailto:ay@aci.qc.ca'
  91.     Caption = 'Email the author'
  92.     TabOrder = 1
  93.     OnClick = Button1Click
  94.   end
  95.   object Button2: TButton
  96.     Left = 4
  97.     Top = 124
  98.     Width = 105
  99.     Height = 25
  100.     Hint = 'http://ay.home.ml.org/'
  101.     Caption = 'Official webpage'
  102.     TabOrder = 2
  103.     OnClick = Button2Click
  104.   end
  105.   object Button3: TButton
  106.     Left = 176
  107.     Top = 124
  108.     Width = 65
  109.     Height = 25
  110.     Caption = 'Close'
  111.     TabOrder = 0
  112.     OnClick = Button3Click
  113.   end
  114.   object AboutTimer: TTimer
  115.     Enabled = False
  116.     Interval = 100
  117.     OnTimer = AboutTimerTimer
  118.     Left = 128
  119.     Top = 96
  120.   end
  121. end
  122.